html,
body {
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f7f9fd;
}

* {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0886c8;
    cursor: pointer;
}

a:hover {
    color: #c5292a;
}

img {
    border: 0;
}

textarea {
    line-height: 30px;
    border: 1px solid #dfdfdf;
}

table {
    width: 100%;
    border-collapse: collapse
}

.els-box {
    background-color: #fff;
    overflow: hidden;
}

.els-box-body {
    padding: 15px;
    overflow: hidden;
}

.els-header {
    width: 100%;
    min-width: 1200px;
    padding: 30px 0 0px;
    background: linear-gradient(#1a62b6, #88bcf6);
    overflow: hidden;
}

.els-header-other {
    width: 100%;
    min-width: 1200px;
    padding: 30px 0 0px;
    background: linear-gradient(#1a62b6, #2169bd);
    overflow: hidden;
}

.els-all {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.els-row {
    width: 100%;
    margin-top: 30px;
    overflow-y: hidden;
}

.els-margin-right {
    margin-right: 15px;
}

.els-header-title {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    line-height: 64px;
    padding-left: 70px;
    background: url(image/logo.png) no-repeat;
}

.els-header1-title{
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    line-height: 64px;
    padding-left: 10px;
    /*background: url(image/logo.png) no-repeat;*/
}

.els-menu {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-top: 20px;
}

.els-menu ul {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.els-menu li {
    float: left;
}

.els-menu li a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding: 0 30px;
}

.els-menu li a:hover,
.els-menu li a.active {
    border-bottom: 2px solid #fff;
}

.els-info {
    width: 1200px;
    margin: 30px auto 0;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 8px;
}

.els-info p {
    padding: 20px 40px;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}

.els-info span {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.els-load {
    min-width: 1200px;
    max-width: 1200px;
    margin: 30px auto 50px;
    overflow: hidden;
    border-radius: 8px;
    background-color:#568ad4;
}

.els-load ul {
    margin: 20px 15px;
    overflow: hidden;
}

.els-load li {
    float: left;
    width: 33.33%;
}

.els-load li a {
    display: block;
    height: 110px;
    margin: 10px;
    padding: 17px;
    background-color: #b0cbe9;
    border-radius: 8px;
}

.els-load li a span {
    display: block;
    float: left;
    width: 68px;
    height: 68px;
    padding: 17px;
    margin-right: 13px;
    margin-top:4px;
    background-color: #fff;
    border-radius: 50%;

}

.els-load li a i {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(image/loadIcon.png);
    margin-left:-3px;
    margin-top:-1px;
}

.els-load li a label {
    display: block;
    float: left;
    line-height: 75px;
    font-size: 22px;
    color: #333333;
    cursor: pointer;
}

.els-load li a:hover label {
    color: #fff;
}

.els-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #1a62b6;
}

.els-title span {
    display: block;
    padding-left: 10px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
}

.els-title2 {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
}

.els-title2 i {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: url(image/loadIcon.png);
}

.els-title2 label {
    display: block;
    float: left;
    line-height: 40px;
    font-size: 16px;
    font-weight: 900;
    color: #444;
}

.els-title2 a {
    display: block;
    float: right;
    margin-right: 10px;
    line-height: 40px;
}

.els-infoContent li {
    list-style-image: url(image/listStyle.png);
    padding: 10px 0;
    float: left;
    width: 100%;
    margin-left: 10px;
}

.els-infoContent label {
    display: block;
    float: left;
    max-width: 76%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1d82b7;
}

.els-infoContent label:hover {
    color: #c5292a;
}

.els-infoContent span {
    float: right;
    font-size: 13px;
    width: 17%;
    text-align: right;
    color: #999;
    margin-right: 10px;
}

.els-footer {
    width: 100%;
    padding: 30px 0;
    line-height: 30px;
    background-color: #303135;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    position: static;
    bottom: 0;
}

.els-bannerImg {
    margin: 8px 16px 20px 10px;
    overflow: hidden;
    text-align: center;
    background-color: #eef3fc;
}

.detailPage {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.contentTitle {
    text-align: center;
    font-size: 25px;
    color: #0d4f7f;
    margin-top: 30px;
    font-weight: 700;
}

.content-source {
    text-align: center;
    margin-top: 15px;
}

.content-source span {
    margin-right: 30px;
}

.contentCon {
    padding: 0px 20px 10px 20px;
    font-size: 16px;
    line-height: 25px;
}

.contentCon p {
    text-indent: 2rem;
    line-height: 30px;
    color: #666;
}

.fujian {
    padding: 0px 20px 10px 20px;
}

.fujian p {
    line-height: 30px;
}

.fujian a {
    display: block;
    margin-bottom: 5px;
}

.els-ask-co table {
    width: 100%;
    border-collapse: collapse;
}

.els-ask-co table th {
    width: 240px;
    text-align: right;
    border: 1px solid #dfdfdf;
    padding: 10px;
    background-color: #f1f5f9;
    font-weight: 400;
}

.els-ask-co table th span {
    color: #9f191f;
    margin-right: 8px;
}

.els-ask-co table td {
    border: 1px solid #dfdfdf;
    padding: 10px;
    background-color: #fff;
}

.els-ask-co table td input,
.els-ask-co table td select {
    width: 80%;
    padding: 0 5px;
    border: 1px solid #dfdfdf;
    height: 30px;
    line-height: 30px;
}

.els-ask-co table td input.captchaImg {
    width: 150px;
    float: left;
}

.els-ask-co table td #captchaImg {
    float: left;
    margin-left: 5px;
    width: 80px;
    height: 30px;
}

.els-ask-co table td textarea {
    width: 80%;
    padding: 0 5px;
    border: 1px solid #dfdfdf;
}

.btnblue {
    background-color: #298adc;
    color: #fff;
    padding: 3px 20px;
    border: 1px solid #298adc;
    cursor: pointer;
}

.btnblue:hover {
    background-color: #58aaf3;
}

.els-ask-co-title {
    border: 1px solid #dfdfdf;
    background-color: #fff1f1;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.els-ask-co-title p {
    line-height: 25px;
    color: #666;
    font-weight: 900;
}

.control {
    color: black !important;
}

.error {
    color: red;
}

.els-loadS2 li a {
    display: block;
    padding: 10px;
    line-height: 25px;
    margin-bottom: 15px;
    color: black;
    font-size: 17px;
}

.els-loadS2 li a.active,
.els-loadS2 li a:hover {
    background: #2087dc;
    color: #fff;
}

.els-datasearch {
    padding: 20px 0;
}

.els-datasearch ul {
    overflow: hidden;
}

.els-datasearch li {
    float: left;
    /*width: 25%;*/
}

.els-datasearch li a {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
.detailPage {
    margin-bottom: 20px;
    position: relative;
}

.els-return {
    position: absolute;
    top: -35px;
    right: 20px;
    #color: #0168b9;
    color:#000;
    font-weight: 900
}

.els-return:hover {
    #color: #3690d6;
    color: #0168b9;
    cursor:pointer;
}

.els-close {
    display: block;
    float: right;
    margin-right: 10px;
    line-height: 40px;
    #color: #0168b9;
    color:#000;
    font-weight: 900
}

.els-close:hover {
    #color: #3690d6;
    color: #0168b9;
    cursor:pointer;
}
